home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Audio / MacAmp™ 2.0.1 / Entheogen 1.1 / Third Party Plugins / WhiteCap 3.4! / (into Entheogen Plugins Folder) / WhiteCap Configs / Starfield Slipstream < prev    next >
Encoding:
Text File  |  2000-03-25  |  666 b   |  62 lines  |  [TEXT/ttxt]

  1. /* 
  2. Star Field Simulation
  3. 2-23-2000
  4. version 1.0
  5. B. J. Dmytro
  6. Job5_20@yahoo.com
  7. Praise be to god, the creator of the heavens!
  8. Through which all things are created!
  9. I set it to hang around the upper range because more happens there.
  10. */
  11.  
  12. Resn=30,
  13.  
  14. Durn="1.0",
  15.  
  16. CamX="90+sin(.01*t)*25",
  17. CamY="cos(t*.5)* 20-15", 
  18. CamZ="sin(t)*5",
  19.  
  20.  
  21. CmLX="0",
  22. CmLY="0",
  23. CmLZ="0",
  24.  
  25. CUpX="0",
  26. CUpY="0",
  27. CUpZ="1",
  28.  
  29. R="1",
  30. G="1",
  31. B="1",
  32.  
  33.  
  34. LvlR="1",
  35. LvlG="1",
  36. LvlB="1",
  37.  
  38.  
  39. // Window size and position
  40. widt=500,heig=100,
  41.  
  42. ConL=0,ConB=0,
  43.  
  44. LWdt="((1+(dt))^5-5)",
  45.  
  46. Fall=".5",
  47.  
  48. C0="40 * cos(dt)",
  49.  
  50. X="dt * 200",
  51. Y="80 * s - 40",
  52. Z="c0 * mag( s ) - 12",
  53.  
  54.  
  55. Scal="1200",
  56. ScSz=1,
  57.  
  58. Pers="110",
  59.  
  60. Vers=30
  61.  
  62.